Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import l10n files from mozilla-aurora #4504

Merged
merged 3 commits into from
Mar 26, 2014

Conversation

timvandermeij
Copy link
Contributor

This PR fixes #3242 and supersedes #3762 and #3766. It adds a Makefile utility called importl10n (call: node make importl10n) that fetches the latest translations from mozilla-aurora. This avoids users translating strings here that are already translated by the Firefox team and makes sure that translations are always synchronized between Firefox and PDF.js.

Note that this tool keeps our metadata.inc files because the Firefox team does not translate those.

The PR changes the regex used in node make firefox a bit to allow the new languages codes from mozilla-aurora, in particular three-letter codes.

@timvandermeij
Copy link
Contributor Author

@yurydelendik I have made all the changes that were proposed in #3766 and properly squashed and rebased the commits. Could you check if all is right?

yurydelendik added a commit that referenced this pull request Mar 26, 2014
Import l10n files from mozilla-aurora
@yurydelendik yurydelendik merged commit 5fc8068 into mozilla:master Mar 26, 2014
@yurydelendik
Copy link
Contributor

Thank you for the patch

@timvandermeij timvandermeij deleted the importl10n branch March 26, 2014 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import language files from mozilla-central
2 participants